home *** CD-ROM | disk | FTP | other *** search
- -- background: 2665 from stack: in.1 Help
- -- bmap block id: 3421
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on OpenCard
- set visible of background button "Forward But" to false
- set visible of background button "Backward But" to false
- end OpenCard
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=8 top=32 right=63 bottom=471
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 129
- -- text size: 20
- -- style flags: 8448
- -- line height: 26
- -- part name:
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=21 top=75 right=306 bottom=490
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 16
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=10 top=299 right=331 bottom=44
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Homeward Bound
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=465 top=301 right=330 bottom=499
- -- title width / last selected line: 0
- -- icon id / first selected line: 2162 / 2162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom in
- pop card
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=243 top=302 right=331 bottom=272
- -- title width / last selected line: 0
- -- icon id / first selected line: 27009 / 27009
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Forward But
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=215 top=302 right=331 bottom=244
- -- title width / last selected line: 0
- -- icon id / first selected line: 9301 / 9301
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Backward But
- ----- HyperTalk script -----
- on mouseUp
- go to previous card
- end mouseUp
-
-